net/http.http2responseWriterState.stream (field)
19 uses
net/http (current package)
h2_bundle.go#L6109: rws.stream = st
h2_bundle.go#L6172: rw.rws.stream.cancelCtx()
h2_bundle.go#L6179: write: http2handlerPanicRST{rw.rws.stream.id},
h2_bundle.go#L6180: stream: rw.rws.stream,
h2_bundle.go#L6362: stream *http2stream
h2_bundle.go#L6393: err = cw.rws.stream.closeErr
h2_bundle.go#L6487: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6488: streamID: rws.stream.id,
h2_bundle.go#L6517: if err := rws.conn.writeDataFromHandler(rws.stream, p, endStream); err != nil {
h2_bundle.go#L6524: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6525: streamID: rws.stream.id,
h2_bundle.go#L6592: st := w.rws.stream
h2_bundle.go#L6618: st := w.rws.stream
h2_bundle.go#L6663: case <-rws.stream.cw:
h2_bundle.go#L6664: err = rws.stream.closeErr
h2_bundle.go#L6682: cw := rws.stream.cw
h2_bundle.go#L6748: if rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6749: streamID: rws.stream.id,
h2_bundle.go#L6844: st := w.rws.stream
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |